OpenRoads Designer CONNECT Edition SDK Help

Inequality Operator

Gets whether 2 instances are not the same.

Definition

Namespace: Bentley.CifNET.SDK Assembly: Bentley.CifNET.SDK.4.0 (in Bentley.CifNET.SDK.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static booloperator!=( ConsensusItem a, ConsensusItem b)

Parameters

SettingDescription
  ConsensusItem First instance.
  ConsensusItem Second instance.

Return Value

true if instances are not the same.

See Also